encoding/binary.littleEndian.PutUint64 (method, view implemented interface methods)
5 uses
encoding/binary (current package)
binary.go#L114: func (littleEndian) PutUint64(b []byte, v uint64) {
vendor/golang.org/x/crypto/chacha20poly1305
chacha20poly1305_generic.go#L26: binary.LittleEndian.PutUint64(buf[:], uint64(n))
vendor/golang.org/x/crypto/internal/poly1305
sum_generic.go#L310: binary.LittleEndian.PutUint64(out[0:8], h0)
sum_generic.go#L311: binary.LittleEndian.PutUint64(out[8:16], h1)
vendor/golang.org/x/crypto/sha3
xor.go#L33: binary.LittleEndian.PutUint64(b, d.a[i])
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |